Fix make dist
authorChun-wei Fan <fanchunwei@src.gnome.org>
Wed, 23 Sep 2015 15:31:23 +0000 (23:31 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Wed, 23 Sep 2015 15:31:23 +0000 (23:31 +0800)
Commit ea241c6 dropped the wrong private header from dist, so correct
this to fix 'make dist'

gtk/Makefile.am

index c416951f87299bba8940e1f1132076201f77aa25..4236f2246e8833ddd26f96567ea9dd330f08d719 100644 (file)
@@ -365,6 +365,7 @@ gtk_private_h_sources =             \
        gtkcolorswatchprivate.h \
        gtkcoloreditorprivate.h \
        gtkcolorplaneprivate.h  \
+       gtkcolorscaleprivate.h  \
        gtkcolorchooserprivate.h        \
        gtkcomboboxprivate.h    \
        gtkcontainerprivate.h   \
@@ -494,7 +495,6 @@ gtk_private_h_sources =             \
        gtkrenderprivate.h      \
        gtkresources.h          \
        gtkroundedboxprivate.h  \
-       gtkscaleprivate.h       \
        gtksearchengine.h       \
        gtksearchenginesimple.h \
        gtksearchenginemodel.h  \